Posts

Post not yet marked as solved
18 Replies
Hello, I haven’t verified it yet, but this might be linked to the following known issue from Xcode 15 beta 3 release notes : visionOS projects that use the @Observable property wrapper will fail to build in Xcode 15 beta 3. (111494849) Workaround: Continue using Xcode 15 beta 2.
Post not yet marked as solved
3 Replies
Hello, same for me here. The only workaround I found is to wrap the main view in a GeometryReader and set each ornaments‘ frame proportionally to the proxy’s width and height. But that seems like an odd default behavior. For instance, tool bars and tab bars as ornaments resize and set their position relative to the window automatically.
Post not yet marked as solved
3 Replies
Hello, I noticed the same issue. It seems like a bug but there are no mentions of it in the visionOS release notes. Furthermore, when adding ornaments to an AVPlayerViewController full screen, the ornaments do appear but are faded out by the player views‘ edges, as part of this “invisible” window that can be dragged around, with the ornaments following it, but with no effect on the player view.
Post not yet marked as solved
18 Replies
Hello @VincenDev. I actually have the samed bug on watchOS 6 with this message, when trying to store approximately 5mb of data :Attempting to store >= 1048576 bytes of data in CFPreferences/NSUserDefaults on this platform is invalid. This is a bug in WatchApp Extension or a library it usesOn the other hand, I have no problem storing the same data in UserDefaults on iOS 13.